projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e90a7d
)
(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Aug 1995 05:10:20 +0000
(
05:10
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Aug 1995 05:10:20 +0000
(
05:10
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 6073ad8101f3f934e11043ac534ab38673d82506..87d9badb71f759f5592e3086d05e7978b56ea537 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-771,7
+771,10
@@
case "${canonical}" in
*-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
*-isc2.2* ) opsys=isc2-2 ;;
*-isc4.0* ) opsys=isc4-0 ;;
- *-isc4.* ) opsys=isc4-1 ;;
+ *-isc4.* ) opsys=isc4-1
+ GCC_TEST_OPTIONS=-posix
+ NON_GCC_TEST_OPTIONS=-Xp
+ ;;
*-isc* ) opsys=isc3-0 ;;
*-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
*-esix* ) opsys=esix ;;